home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / rompr120.zip / ROMPROC.CFG < prev    next >
Text File  |  1993-06-17  |  9KB  |  208 lines

  1. ;
  2. ;
  3. ;
  4. ;    ┌────┐
  5. ;    │──═─│
  6. ;    │ ── │ ─────┐      ┌────┐             ROMProc Configuration File
  7. ;    │    │   ROMProc   │──═─│                    Version 1.20
  8. ;    │    │      └────> │ ── │          (c) Copyright 1993 - Stacy Smith
  9. ;    │    │             │    │
  10. ;    │    │             │    │
  11. ;   ─┴────┴─           ─┴────┴─
  12. ;
  13. ;
  14. ;      The latest version of ROMProc can always be obtained from my BBS:
  15. ;
  16. ;                        The Bloom Beacon-Picayune BBS
  17. ;          Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
  18. ;             Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  19. ;                    Fidonet 1:276/112 (magic tag ROMPROC)
  20. ;
  21. ;
  22. ; ╔════════════════════════════════════╗
  23. ; ║   General Options And Parameters   ║
  24. ; ╚════════════════════════════════════╝
  25. ;
  26. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  27. ; your registration letter. If this is an unregistered version, comment out
  28. ; these lines, or don't change them. Note that these are case-sensitive!
  29. REG_CODE     0000000000
  30. BBS_NAME     UNREGISTERED
  31. SYSOP_NAME   SYSOP
  32. ; The full path for the specific subdirectory for ROMProc to store file(s) to
  33. ; be downloaded. This must include the trailing backslash! If this directory
  34. ; does not exist at runtime, ROMProc will attempt to create it. This can be
  35. ; set to a RAM disk for greater speed, since ROMProc will detect an out of
  36. ; disk space condition and allow the download to continue from the original
  37. ; file.
  38. WORK_DIR     d:\work\
  39. ; The size of the disk I/O buffers you wish to allocate in bytes (valid values
  40. ; are between 2048 bytes and 16384 bytes). Optimal performance is obtained with
  41. ; a value that is a multiple of 2048 (a typical hard disk cluster size).
  42. DISK_BUFFER  4096
  43. ; The path/filename of the log file for ROMProc to record errors. Comment
  44. ; out if you don't want any disk error logging.
  45. LOG_FILE     c:\romproc\romproc.log
  46. ; If you want ROMProc to preserve three lines at the top or bottom of the
  47. ; local display, enter TOP or BOTTOM as desired, otherwise, enter NONE or
  48. ; comment the line out.
  49. LOCK_LINES   top
  50. ; The directory path and filename for your BBS ad to be added to each and every
  51. ; archive processed by ROMProc. Note that you must provide a path, or it will
  52. ; not be copied. Please use the archive comment instead, as BBS ad files
  53. ; are the scourge of the BBS world...
  54. ; BBS_AD_FILE  c:\romproc\bbs_ad.txt
  55. ; If you want ROMProc to comment archives (if supported by the archive format)
  56. ; enter YES. If not, enter NO or comment the line out.
  57. COMMENT_ARC  yes
  58. ;
  59. ; ╔══════════════════════════════════╗
  60. ; ║   Drive Processing Definitions   ║
  61. ; ╚══════════════════════════════════╝
  62. ;
  63. ; Specify the drive letters for file preprocessing (BBS ad insertion and/or
  64. ; commenting). Ranges may be seperated by a hyphen, and/or individual drives
  65. ; may be seperated by spaces, commas or semi-colons. Any file requested from
  66. ; a non-specified drive will be tranmitted, unmodified, from the original
  67. ; location.
  68. PROC_DRIVE   C D E-J
  69. ; Specify the drive letters for locking, by entering the individual drives
  70. ; to be locked, one drive per line. Ranges may be seperated by a hyphen,
  71. ; and/or individual drives may be seperated by spaces, commas or semi-colons.
  72. ; Note that you normally lock physical drives. If you have multiple logical
  73. ; drives per physical drive (e.g. a CD-ROM changer), list all the logical
  74. ; drive letters on the same LOCK_DRIVE command line.
  75. LOCK_DRIVE   C
  76. LOCK_DRIVE   D
  77. LOCK_DRIVE   E-J
  78. ; This is the amount of time (in seconds) that ROMProc will wait for a drive
  79. ; to unlock. If this time is exceeded, ROMProc will abort the transfer.
  80. LOCK_TIME    15
  81. ;
  82. ; ╔═══════════════════════════════╗
  83. ; ║   Communication Definitions   ║
  84. ; ╚═══════════════════════════════╝
  85. ;
  86. ; If you want ROMProc to output status information to the user on-line, enter
  87. ; YES; if you do not want ROMProc to output information, enter NO or comment
  88. ; the line out.
  89. COMM_IO      yes
  90. ; This line of text will be displayed to the user upon the start of download
  91. ; file processing. It should be used to inform the user that it may take a
  92. ; few moments to get the files ready.
  93. PROC_PROMPT  Please wait while preparing your files for download...
  94. ; This line of text will be displayed to the user upon the start of the
  95. ; transfer protocol. It should be used to inform the user to start the download
  96. ; on their end.
  97. DL_PROMPT    Preparation complete.  Begin your download now...
  98. ; This line of text will be displayed to the user if ROMProc waits for a
  99. ; locked drive to unlock for 5 seconds.
  100. DELAY_PROMPT ...Waiting for slow drive to become available
  101. ;
  102. ; ╔══════════════════════════╗
  103. ; ║   Archiver Definitions   ║
  104. ; ╚══════════════════════════╝
  105. ;
  106. ; Each archiver, is denoted by ARCHIVER x, where x is a sequential number. Up
  107. ; to 10 archivers can be executed by ROMproc. ROMProc is capable of
  108. ; automatically detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO archives.
  109. ; The next 4 keywords are required after the ARCHIVER statement; do not
  110. ; comment any of them out or insert other parameters or comments between them.
  111. ; I would also advise against changing the command options I have set, unless
  112. ; you have need to do so.
  113. ; ARCHIVER    = denotes a new archiver definition.
  114. ; ARC_EXT     = the extension for this particular archiving format.
  115. ; ARC_ADD     = the command line to add files to an archive, including all
  116. ;               command-line switches desired. Place the variable @ARCHIVE@
  117. ;               where the filename is to be inserted in the command line and
  118. ;               @FILE@ where the filespec is to be inserted.
  119. ; ARC_COMMENT = the command line to comment archives, including all command-
  120. ;               line switches desired. Place the variable @ARCHIVE@ where the
  121. ;               filename is to be inserted in the command line. Leave this line
  122. ;               blank if the archiver does not support commenting.
  123. ; ARC_ERR     = the errorlevel that the archiver returns upon success. This
  124. ;               information should be available in the program's documentation.
  125. ARCHIVER     1
  126. ARC_EXT      arj
  127. ARC_ADD      arj a -e -m0 -s1 @ARCHIVE@ @FILE@
  128. ARC_COMMENT  arj c -s1 -y -zc:\romproc\comment.txt @ARCHIVE@
  129. ARC_ERR      0
  130. ;
  131. ARCHIVER     2
  132. ARC_EXT      lzh
  133. ARC_ADD      lha a /m1 @ARCHIVE@ @FILE@
  134. ARC_COMMENT
  135. ARC_ERR      0
  136. ;
  137. ARCHIVER     3
  138. ARC_EXT      sqz
  139. ARC_ADD      sqz a @ARCHIVE@ @FILE@
  140. ARC_COMMENT  sqz c @ARCHIVE@ c:\romproc\comment.txt
  141. ARC_ERR      0
  142. ;
  143. ARCHIVER     4
  144. ARC_EXT      zip
  145. ARC_ADD      pkzip -a -k @ARCHIVE@ @FILE@
  146. ARC_COMMENT  pkzip -k -z < c:\romproc\comment.txt @ARCHIVE@
  147. ARC_ERR      0
  148. ;
  149. ; ╔══════════════════════════╗
  150. ; ║   Protocol Definitions   ║
  151. ; ╚══════════════════════════╝
  152. ;
  153. ; Each protocol, is denoted by PROTOCOL x, where x is the letter designating
  154. ; the protocol. Up to 15 protocols can be executed by ROMproc. The next
  155. ; keyword is required after the PROTOCOL statement; do not comment it out or
  156. ; insert other parameters or comments between them. I have configured most of
  157. ; the popular protocols, using the PCBoard default lettering scheme.
  158. ; PROTOCOL    = denotes a new protocol definition
  159. ; PROT_SEND   = the command line to transmit the file(s) to remote, including
  160. ;               all command-line switches desired. Place the following
  161. ;               variables as needed for ROMProc to properly invoke the
  162. ;               protocol.
  163. ;               @PORT@     COM port to be used by the protocol
  164. ;               @SPEED@    COM port computer-to-modem speed (DTE)
  165. ;               @CARRIER@  modem-to-modem carrier speed (DCE)
  166. ;               @FILE@     File (or batch list file) to be downloaded
  167. ;               @UPLOAD@   path to upload directory for bi-directional
  168. ;                          protocols.
  169. ;
  170. ; Xmodem-CRC
  171. PROTOCOL  C
  172. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sc @FILE@
  173. ;
  174. ; 1K/Xmodem/G
  175. PROTOCOL  F
  176. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k -g @FILE@
  177. ;
  178. ; Ymodem/G
  179. PROTOCOL  G
  180. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k -g @FILE@
  181. ;
  182. ; HS/Link
  183. PROTOCOL  H
  184. PROT_SEND hslink -p@PORT@ -b@SPEED@ -e@CARRIER@ -u@ULDIR@ -a @FILE@
  185. ;
  186. ; Zmodem MobyTurbo
  187. PROTOCOL  M
  188. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz -m @FILE@
  189. ;
  190. ; 1K/Xmodem
  191. PROTOCOL  O
  192. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k @FILE@
  193. ;
  194. ; Xmodem
  195. PROTOCOL  X
  196. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx @FILE@
  197. ;
  198. ; Ymodem
  199. PROTOCOL  Y
  200. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k @FILE@
  201. ;
  202. ; Zmodem CRC-32
  203. PROTOCOL  Z
  204. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz @FILE@
  205. ;
  206. ; *** End of ROMProc configuration file ***
  207. ;
  208.